babl-verify.sh: rm cache before running
authorØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 22:01:02 +0000 (23:01 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 15 Dec 2016 22:01:02 +0000 (23:01 +0100)
tools/babl-verify.sh

index 5d917bb8b31d84b70f36b327133014df7371b6d4..0342e8e42fca6991fbd62ffde6a2be29480461a8 100755 (executable)
@@ -4,6 +4,8 @@
 # a given pixel format - the script is intended to be run as is -
 # as well as modified as needed including more relevant conversions
 
+rm ~/.cache/babl/babl-fishes
+
 format=$1
 if [ "x$format" = "x" ];then
   echo "pass a babl format to verify (in quotes) - running with \"R'G'B'A u8\""